| -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
| -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
| -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
- | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* )
+ | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
+ | -386bsd*)
;;
-sunos5*)
os=`echo $os | sed -e 's|sunos5|solaris2|'`
*-linux* ) opsys=linux ;;
*-sco3.2v4* ) opsys=sco4 ;;
*-bsd386* ) opsys=bsd386 ;;
+ *-386bsd ) opsys=386bsd ;;
## Otherwise, we'll fall through to the generic opsys code at the bottom.
esac
;;